home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
OOP_Course
/
Examples
/
DrawTests
/
Composite
/
English.lproj
/
Composite.nib
/
data.classes
next >
Wrap
Text File
|
1992-12-19
|
266b
|
20 lines
MouseView = {
ACTIONS = {
};
SUPERCLASS = View;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
CompView = {
ACTIONS = {
compositeType:;
takeBackgroundGrayFrom:;
};
OUTLETS = {
};
SUPERCLASS = MouseView;
};